home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17921 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  989 b 

  1. Path: viking.cris.com!Maker
  2. From: Maker@cris.com (Rodney Gau)
  3. Newsgroups: comp.lang.c++
  4. Subject: > 64K code under small model possible?
  5. Date: 18 Apr 1996 03:43:15 GMT
  6. Organization: Concentric Internet Services
  7. Message-ID: <4l4doj$sdl@tribune.concentric.net>
  8. NNTP-Posting-Host: viking.cris.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. I hope somebody can answer this question so I can stop beating
  12. myself up trying to guess the answer myself...
  13.  
  14. Isn't there some way to have more than 64K of code under the
  15. small memory model? I've tried wrapping up functions into
  16. classes hoping the resultant members would reside on the heap
  17. to relieve the burden in my cramped _TEXT code segment, but
  18. with no luck (worth a try :). I know there are ways to swing
  19. >64K of data under the small model, so figure there's gotta be
  20. some way to do the same with code.
  21.  
  22. I realize switching to the medium memory model would work, but
  23. I absolutely want to remain with the small model. Hope you can
  24. help.
  25.  
  26. Thanks!
  27. --Rod
  28.